The Design Notes API > The Design Notes C API > BOOL GetVersionName() |
![]() ![]() ![]() |
Description
Gets the version name of the MMNotes shared library, which indicates the application that implemented it.
Arguments
char*
versionNameBuf
, int
versionNameBufMaxLen
![]() |
The first argument is the buffer where the version name should be stored. |
![]() |
The second argument is the maximum size of versionNameBuf . |
Returns
A Boolean value indicating whether the operation was successful; stores the version name in versionNameBuf
.
![]() ![]() ![]() |